home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / SPIRAL / SPIRAL.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.9 KB  |  82 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(spibana.gif);
  4.     separator-image: url(spirulea.gif);
  5.     list-image-1: url(spibul1a.gif);
  6.     list-image-2: url(spibul2a.gif);
  7.     list-image-3: url(spibul3a.gif);
  8.     navbutton-horiz-pushed: url(spinavhe.gif);
  9.     navbutton-horiz-normal: url(spinavha.gif);
  10.     navbutton-horiz-hovered: url(spinavhh.gif);
  11.     navbutton-vert-pushed: url(spinavve.gif);
  12.     navbutton-vert-normal: url(spinavva.gif);
  13.     navbutton-vert-hovered: url(spinavvh.gif);
  14.     navbutton-home-normal: url(spihoma.gif);
  15.     navbutton-home-hovered: url(spihomh.gif);
  16.     navbutton-home-pushed: url(spihoma.gif);
  17.     navbutton-up-normal: url(spiupa.gif);
  18.     navbutton-up-hovered: url(spiuph.gif);
  19.     navbutton-up-pushed: url(spiupa.gif);
  20.     navbutton-prev-normal: url(spiprea.gif);
  21.     navbutton-prev-hovered: url(spipreh.gif);
  22.     navbutton-prev-pushed: url(spiprea.gif);
  23.     navbutton-next-normal: url(spinxta.gif);
  24.     navbutton-next-hovered: url(spinxth.gif);
  25.     navbutton-next-pushed: url(spinxta.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: Verdana, Arial, Helvetica;
  30.     font-size: 6;
  31.     color: rgb(255,255,204);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Verdana, Arial, Helvetica;
  36.     font-size: 2;
  37.     color: rgb(51,102,102);
  38. }
  39. .mstheme-vert-navtxt
  40. {
  41.     font-family: Verdana, Arial, Helvetica;
  42.     font-size: 2;
  43.     text-align: right;
  44.     color: rgb(51,102,102);
  45. }
  46. .mstheme-navtxthome
  47. {
  48.     font-family: Verdana, Arial, Helvetica;
  49.     font-size: 1;
  50.     color: rgb(255,255,255);
  51. }
  52. .mstheme-navtxtup
  53. {
  54.     font-family: Verdana, Arial, Helvetica;
  55.     font-size: 1;
  56.     color: rgb(255,255,255);
  57. }
  58. .mstheme-navtxtprev
  59. {
  60.     font-family: Verdana, Arial, Helvetica;
  61.     font-size: 1;
  62.     color: rgb(255,255,255);
  63. }
  64. .mstheme-navtxtnext
  65. {
  66.     font-family: Verdana, Arial, Helvetica;
  67.     font-size: 1;
  68.     color: rgb(255,255,255);
  69. }
  70. UL
  71. {
  72.     list-style-image:url(spibul1a.gif);
  73. }
  74. UL UL
  75. {
  76.     list-style-image:url(spibul2a.gif);
  77. }
  78. UL UL UL
  79. {
  80.     list-style-image:url(spibul3a.gif);
  81. }
  82.